Vcenter Utilization Proxies UpstreamInfo
The Vcenter Utilization Proxies UpstreamInfo schema defines the backpressure status of a set of HTTP routes which share backpressure restrictions.
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"routes": [
{
"path": "string",
"peers": [
{
"address": "string",
"active_requests": 0
}
]
}
],
"requests_back_pressure": {
"active_requests": 0,
"max_outstanding_requests": 0
}
}
The name of the upstream. This name should be treated as an opaque value. It allows observing the usage of this upstream across different proxies.
This property was added in vSphere API 9.1.0.0.
The list of HTTP routes that are subject to backpressure restrictions.
This property was added in vSphere API 9.1.0.0.
The backpressure status of the requests aimed towards those Vcenter Utilization Proxies UpstreamInfo.routes. This tells whether the list of Vcenter Utilization Proxies UpstreamInfo.routes can handle more HTTP requests or they are being backpressured.
This property was added in vSphere API 9.1.0.0.